Namespace cereal

Serialisation of Eigen matrices for the serialisation library cereal (http://uscilab.github.io/cereal/index.html).

Detailed Description

Serialisation of OpenCV cv::Mat matrices for the serialisation library cereal (http://uscilab.github.io/cereal/index.html).

Contains serialisation for Eigen matrices to binary archives, i.e. matrices like Eigen::MatrixXf, Eigen::Matrix4d, or Eigen::Vector3f.

Todo: Add serialisation to and from JSON. Need to find out how to combine the two variants of SFINAE that are used.

Contains serialisation for cv::Mat matrices to binary archives, and serialisation of cv::Vec2f.

Contains also an experimental serialisation to save/load cv::Mat’s from JSON.

Functions